home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d27 / csad02.arc / README.2ND < prev   
Text File  |  1990-11-08  |  1KB  |  30 lines

  1. Notes.
  2.       11/06/90.
  3.               1)  (only SHAREWARE program)
  4.             CSAD01 is a TSR which does not check if it is
  5.             currently running. Only run CSAD01 once upon 
  6.             power up or reset. It is highly reccommended
  7.             that you run this program from you autoexec.bat
  8.             file.
  9.       11/08/90  1)  CSAD02 SHAREWARE program detects if it is present.
  10.                     Note 1 above is now invalid.
  11.                 2)  CSAD02 SHAREWARE program now displays that it has
  12.                     loaded properly.
  13.                     CSAD02 uses multiplex int 2fh.
  14.                     Use int 2fh to determine if CSAD02 is present.
  15.                     Example
  16.                             mov  ah,0e0h    ;CSAD02 ID
  17.                             mov  al,0    ;clear check.
  18.                             int  2fh    ;execute multiplex
  19.                             cmp  al,1    ;is CSAD02 present?
  20.                             jne  not_present;no, exit
  21.  
  22.                 ;CSAD02 is present.
  23.                             .
  24.                             .
  25.                             .
  26.                             .
  27.                             
  28. Notes End.
  29.  
  30.